home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / libparse-debianchangelog-perl / changelogs-print.css next >
Cascading Style Sheet File  |  2007-08-31  |  701b  |  54 lines

  1.  
  2. .hide {
  3.         display: none;
  4. }
  5.  
  6. ul.navbar {
  7.             display: none;
  8. }
  9. ul.outline {
  10.              display: none;
  11. }
  12.  
  13. .document_header {
  14.                    font-size: xx-large;
  15. }
  16.  
  17. .year_header {
  18.                font-size: x-large;
  19. }
  20.  
  21. .entry_header {
  22.                 font-size: medium;
  23. }
  24.  
  25. .packagelink {
  26.               text-decoration: none;
  27. }
  28.  
  29. .medium {
  30.           color: orange;
  31. }
  32. .high,
  33. .critical,
  34. .emergency {
  35.              color: red;
  36. }
  37.  
  38. .testing,
  39. .stable,
  40. .testing-proposed-updates,
  41. .stable-proposed-updates,
  42. .frozen {
  43.                            color: orange;
  44. }
  45. .stable-security,
  46. .testing-security,
  47. .experimental {
  48.                 color: red;
  49. }
  50.  
  51. .trailer a {
  52.              text-decoration: none;
  53. }
  54.